home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Programming / Complete Applications / Help«» / HT.Help / HT.Help.rsrc / HELP_1_Overview < prev    next >
Encoding:
Text File  |  1985-08-23  |  1.3 KB  |  28 lines

  1. HELP«»TEXT is a program that is designed to make it easier for
  2. software developers to place on-line help message boxes in their
  3. programs.  An example of one such system is Microsoft's
  4. Multiplan.  When you pull down the 'About Multiplan...' command
  5. in the Apple menu, you are presented with a Standard File type
  6. of dialog that lists the names of all of the help topics to choose
  7. from.
  8.  
  9. This program works only with vanilla text files.  It cannot do fancy
  10. formatting like is available in Microsoft Word.  This program is not
  11. meant to be the answer for everyone, but hopefully it can provide
  12. enough ideas to make the job easier for anyone wishing to put
  13. such a capability in their programs.
  14.  
  15. While it would no doubt be easier to simply use text files for
  16. the task of on-line help, it is not as nice a solution as using a
  17. resource file dedicated to the purpose.  You would need to keep
  18. a seperate text file for each help topic.  This is not necessary
  19. when we convert the text into a resource, because we can store
  20. many resources in one file.
  21.  
  22. To learn more about this program, the source code is available.
  23. Also, I suggest that you make a copy of the application and then
  24. pick apart the resources using both the European resource editor
  25. and Apple's resource editor.  It is easy enough to change many
  26. parameters of the program's operation, so if you are using a
  27. C compiler, have fun!
  28.